TEXTBP implements 'best' location for text, a la legend TEXTBP uses a modified LSCAN algorithm from the old MATLAB LEGEND command to place text such that it minimizes the obscuration of data points. TEXTBP(STRING) is the simplest use of this function. Any text properties can be passed in by the same methods implemented in the MATLAB TEXT builtin function. ie, following the STRING with (PropertyName,PropertyValue) pairs. HT = TEXTBP(STRING) returns the handle to the text object